Skip to main content

All Questions

3votes
4answers
4kviews

Best practices for database backward compatibility

I am working on an app which has multiple versions deployed in the market. Different versions have modified databases and databases are to be synced between local storage and server storage by signed ...
Sazzad Hissain Khan's user avatar
1vote
1answer
123views

Architecture/design to piece together former-relational MySQL data, now in different databases

By current design, most data is stored in MySQL, and we use the repository pattern in our web app as the layer to fetch data from the DB. We do the same thing when fetching relations, using our ...
timetofly's user avatar

close